ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class
Properties Methods Events


In This Topic
    ObservableDictionary<TKey,TValue> Class Members
    In This Topic

    The following tables list the members exposed by ObservableDictionary<TKey,TValue>.

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyOverloaded. Gets or sets the element with the specified key.  
    Public PropertyGets an System.Collections.Generic.ICollection`1 containing the keys of the ObservableDictionary<TKey,TValue>.  
    Public PropertyGets an System.Collections.Generic.ICollection`1 containing the values in the ObservableDictionary<TKey,TValue>.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an element with the provided key and value to the ObservableDictionary<TKey,TValue>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodDetermines whether the ObservableDictionary<TKey,TValue> contains an element with the specified key.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Public MethodOverloaded. Removes the element with the specified key from the ObservableDictionary<TKey,TValue>.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodGets the value associated with the specified key.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Protected MethodFires the ItemChanged event.  
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Public EventOccurs when a item value changes.  
    Top
    Protected Events
     NameDescription
    Protected Event (Inherited from System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>>)
    Top
    See Also